home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / away < prev    next >
Encoding:
Text File  |  2002-10-28  |  2.1 KB  |  52 lines

  1. Synopsis:
  2.    away [[<options>] <away message>]
  3.  
  4. Description:
  5.    This command marks you as being "away".  It is used to tell people that
  6.    you currently aren't paying attention to your screen.  You might use it
  7.    if you are taking a nap, in the shower, getting some food, or otherwise
  8.    just aren't there at the moment.  When you mark yourself as away, your
  9.    status bar will show the value of STATUS_AWAY to reflect this; this is
  10.    "(Away)" by default.
  11.  
  12.    Anyone who does a WHOIS on your nickname will see that you are away, as
  13.    well as your away message.  Anyone doing a WHO that returns information
  14.    about you will also see that you're gone.  By default, if someone sends
  15.    you a MSG while you are away, your client will beep.  You can turn this
  16.    off by setting BEEP_WHEN_AWAY to OFF.
  17.  
  18.    If you send a MSG to someone who is away, you will automatically be
  19.    notified of this.  By default, you will only receive this notification
  20.    once.  If you wish to see it every time (to tell when a person is no
  21.    longer marked away, for instance), change SHOW_AWAY_ONCE to OFF.
  22.  
  23.    You can remove your away status by using AWAY with no arguments.
  24.  
  25. Options:
  26.    -all   send the away message to all servers you are on
  27.    -one   send away message to only the current server (default)
  28.  
  29. Examples:
  30.    To mark yourself away:
  31.       /away I'm not here right now, I'll be back soon
  32.  
  33.    To mark yourself away on all servers:
  34.       /away -all I'm in the shower, back in 10 minutes
  35.  
  36.    To remove your away status:
  37.       /away
  38.  
  39. See Also:
  40.    load(5) away; set(4) beep_when_away, show_away_once, status_away;
  41.    who(2); whois(2)
  42.  
  43. Restrictions:
  44.    AWAY status (and messages) is only  through the network once,
  45.    when it is first set.  The implication of this is that, if the AWAY was
  46.    set during a netsplit, when the netsplit heals, the reconnecting servers
  47.    will not be aware of the AWAY status.  Thus, anyone on those servers
  48.    using WHO or WHOIS will not know you are away.  In addition, servers
  49.    will impose a limit to the length of the AWAY message; this is usually
  50.    80 characters; test it on your server to be certain.
  51.  
  52.